home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3imgbrow.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IMAGEBROWSEWINDOW_H = 1;
- include("oops/r3window.js")
- include("oops/r3flist.js")
-
-
- var R3CLID_IMAGEBROWSEWINDOW = 1778;
-
-
-
-
- // Description: Called when the user selects a folder. The base class reads the name of
- // the selected folder and sends R3RM_UPDATE, in which derived classes can fetch R3FLA_Directory attribute and
- // update the right side of the window.
-
- R3IMGBROWM_SELECTFOLDER = 1778000;
-
- function mR3IMGBROWM_SELECTFOLDER() {
- DoA(this.r3obj, 1778000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Delete currently selected folder.
-
- R3IMGBROWM_DELETEFOLDER = 1778001;
-
- function mR3IMGBROWM_DELETEFOLDER() {
- DoA(this.r3obj, 1778001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Create a new folder into the currently selected folder.
-
- R3IMGBROWM_NEWFOLDER = 1778002;
-
- function mR3IMGBROWM_NEWFOLDER() {
- DoA(this.r3obj, 1778002, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Select current folder
- // p3: String, folder name
-
- R3IMGBROWM_SETCURRENTFOLDER = 1778003;
-
- function mR3IMGBROWM_SETCURRENTFOLDER(p3) {
- DoA(this.r3obj, 1778003, p3, R3TID_STRING, 0);
- }
-
-
-
-
- var R3IMGBROWA_String = 1778500; // String
- var R3IMGBROWA_BrowsePrompt = 1778501; // String
- R3IMGBROWA_RightPacker = 1778502;
- function GetR3IMGBROWA_RightPacker() {
- return R3ToJS(R3Get(this.r3obj, R3IMGBROWA_RightPacker, R3TID_OBJECT, 0));
- }
-
- R3IMGBROWA_ToolBarGmanager = 1778508;
- function GetR3IMGBROWA_ToolBarGmanager() {
- return R3ToJS(R3Get(this.r3obj, R3IMGBROWA_ToolBarGmanager, R3TID_OBJECT, 0));
- }
-
- R3IMGBROWA_SortAlphabeticall = 1778509;
- function SetR3IMGBROWA_SortAlphabeticall(value) {
- R3Set(this.r3obj, R3IMGBROWA_SortAlphabeticall, value, R3TID_BOOLEAN, 0);
- }
-
- R3IMGBROWA_ReportCloseObject = 1778510;
- function SetR3IMGBROWA_ReportCloseObject(value) {
- R3Set(this.r3obj, R3IMGBROWA_ReportCloseObject, value, R3TID_OBJECT, 0);
- }
-
- R3IMGBROWA_ReportCloseMethod = 1778511;
- function SetR3IMGBROWA_ReportCloseMethod(value) {
- R3Set(this.r3obj, R3IMGBROWA_ReportCloseMethod, value, R3TID_INTEGER, 0);
- }
-
- R3IMGBROWA_RootDirectory = 1778512;
- function SetR3IMGBROWA_RootDirectory(value) {
- R3Set(this.r3obj, R3IMGBROWA_RootDirectory, value, R3TID_STRING, 0);
- }
-
- function GetR3IMGBROWA_RootDirectory() {
- return R3Get(this.r3obj, R3IMGBROWA_RootDirectory, R3TID_STRING, 0);
- }
-
-
-
- function r3Imagebrowsewindow () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IMAGEBROWSEWINDOW, arguments);
- }
- // Methods
- this.SELECTFOLDER=mR3IMGBROWM_SELECTFOLDER;
- this.DELETEFOLDER=mR3IMGBROWM_DELETEFOLDER;
- this.NEWFOLDER=mR3IMGBROWM_NEWFOLDER;
- this.SETCURRENTFOLDER=mR3IMGBROWM_SETCURRENTFOLDER;
-
- // Attributes
- this.GetRightPacker=GetR3IMGBROWA_RightPacker;
- this.GetToolBarGmanager=GetR3IMGBROWA_ToolBarGmanager;
- this.SetSortAlphabeticall=SetR3IMGBROWA_SortAlphabeticall;
- this.SetReportCloseObject=SetR3IMGBROWA_ReportCloseObject;
- this.SetReportCloseMethod=SetR3IMGBROWA_ReportCloseMethod;
- this.GetRootDirectory=GetR3IMGBROWA_RootDirectory;
- this.SetRootDirectory=SetR3IMGBROWA_RootDirectory;
- }
-
- r3Imagebrowsewindow.prototype=new r3Window;
- // r3imgbrow.h_H